home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
comm
/
cnet
/
lgc_g130.lha
/
InstallGalledis
< prev
next >
Wrap
Text File
|
1994-10-02
|
1KB
|
37 lines
; Galledis v1.30 Install Script by Fate/Logic CNet Innovation
; $VER: Install v1.30 (3 October 1994)
echo " "
echo "Galledis v1.30 Install Script by Fate/Logic CNet Innovation"
echo " "
echo "Copying Galledis v1.30 to PFiles:"
copy Galledis PFiles:
echo " "
if exists Libs:reqtools.library
echo "Please compare your reqtools.library Versions!"
echo "The one I'd like to install is V38.1092, yours is:"
version Libs:reqtools.library
ask "Install my Version? (y/N) "
if warn
copy reqtools.library Libs:
endif
else
echo "Copying reqtools.library to Libs:"
copy reqtools.library Libs:
endif
echo " "
if exists Libs:rexxreqtools.library
echo "Please compare your rexxreqtools.library Versions!"
echo "The one I'd like to install is V37.71, yours is:"
version Libs:rexxreqtools.library
ask "Install my Version? (y/N) "
if warn
copy rexxreqtools.library Libs:
endif
else
echo "Copying rexxreqtools.library to Libs:"
copy rexxreqtools.library Libs:
endif
echo " "
echo "Installation complete. Next please change your BBSMenu File!"
echo " "